SftTabs/NET 6.0

ShowFocusRectangle Property, SftTabs Class

Softel vdm, Inc.

Defines whether the focus rectangle is displayed when the control has the input focus.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Property ShowFocusRectangle As Boolean

C#   

public bool ShowFocusRectangle { get; set; }

C++   

public: property bool ShowFocusRectangle {
        bool get();
        void set(bool value);
}

Property Value

True if the the focus rectangle is displayed when the control has the input focus, False otherwise.

The default value is False.

Comments

The ShowFocusRectangle property defines whether the focus rectangle is displayed when the control has the input focus.

This property has been replaced by the new FocusHighlightStyle property.

Setting ShowFocusRectangle to True is equivalent to setting FocusHighlightStyle to FocusHighlightStyleEnum.TightTextOnly. Setting ShowFocusRectangle to False is equivalent to FocusHighlightStyleEnum.None.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com